Binds the Y values of the collection's DataPoints to a specified data source.
Syntax
'Declaration
Public Overloads Sub DataBindY( _
ByVal ParamArray () As Double _
)
public void DataBindY(
params double[]
)
Parameters
- yValues
- Specifies an array of Y values of the DataPoint object that has been added to the collection.
See Also